
/*--thumbs--*/

.c_box02_bottom .scroll{position:relative;}
.nbs-flexisel-item{ width:90%;}
.nbs-flexisel-item .img-wrap .hover-wrap{ width:100%;}
.nbs-flexisel-item p a{display:inline-block; width:92.5%; height:60px; line-height:60px; background:#fff;font-size:16px; text-align:center; border-bottom:solid 2px #d1cec5; overflow: hidden;}
.nbs-flexisel-item:hover  p a{ background:#0093ff;color:#fff; text-shadow:0 1px 1px #333;border-bottom:solid 2px #0074cb; text-decoration:none;}
.img-wrap img{width:100%; }
.nbs-flexisel-item .more{ display:inline-block; width:100%; height:70px; position:relative;top:30%;}
.nbs-flexisel-item .more{color:#fff;font-size:16px;text-align:center;line-height:70px;}
.hover-wrap{position: absolute;display: block;width:100%;height:100%;opacity: 0;filter: alpha(opacity=0);
-webkit-transition: all 450ms ease-out 0s;
-moz-transition: all 450ms ease-out 0s;
-o-transition: all 450ms ease-out 0s;
transition: all 450ms ease-out 0s;
-webkit-transform: rotateY(180deg) scale(0.5,0.5);
-moz-transform: rotateY(180deg) scale(0.5,0.5);
-ms-transform: rotateY(180deg) scale(0.5,0.5);
-o-transform: rotateY(180deg) scale(0.5,0.5);
transform: rotateY(180deg) scale(0.5,0.5);}
.nbs-flexisel-item:hover .hover-wrap,.nbs-flexisel-item.active .hover-wrap{opacity: 1;filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg) scale(1,1);
-moz-transform: rotateY(0deg) scale(1,1);
-ms-transform: rotateY(0deg) scale(1,1);
-o-transform: rotateY(0deg) scale(1,1);
transform: rotateY(0deg) scale(1,1);}
.overlay-img {position:absolute;width:100%;height:100%;background:#000;opacity: 0.4;filter: alpha(opacity=40);}
@media(min-width:992px) {
.nbs-flexisel-item .more{ display:inline-block; width:100%; height:100%; position:relative; top:30%;}
.hover-wrap{position: absolute;display: block;width:100%;height:100%;opacity: 0;filter: alpha(opacity=0);
-webkit-transition: all 450ms ease-out 0s;
-moz-transition: all 450ms ease-out 0s;
-o-transition: all 450ms ease-out 0s;
transition: all 450ms ease-out 0s;
-webkit-transform: rotateY(180deg) scale(0.5,0.5);
-moz-transform: rotateY(180deg) scale(0.5,0.5);
-ms-transform: rotateY(180deg) scale(0.5,0.5);
-o-transform: rotateY(180deg) scale(0.5,0.5);
transform: rotateY(180deg) scale(0.5,0.5);}
.nbs-flexisel-item:hover .hover-wrap,.nbs-flexisel-item.active .hover-wrap{opacity: 1;filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg) scale(1,1);
-moz-transform: rotateY(0deg) scale(1,1);
-ms-transform: rotateY(0deg) scale(1,1);
-o-transform: rotateY(0deg) scale(1,1);
transform: rotateY(0deg) scale(1,1);}
.overlay-img {position:absolute;width:100%;height:100%;background:#000;opacity: 0.4;filter: alpha(opacity=40);}
}


.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	
	list-style-type: none;
	

}
.nbs-flexisel-inner {
	overflow:hidden;
	margin:auto;
width:100%;
}

.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
border:2px solid #2988e9;
margin-left:10px;
margin-right:10px;

}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;


}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:30px;
	height:76px;
	position:absolute;
	cursor: pointer;
	z-index:10;
	top:45%;
	
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover{ background-color:#676767;}

@media(max-width: 767px) {
	
 .nbs-flexisel-item > img {width:100%;}
}


.nbs-flexisel-nav-left {
	left:0; 
	background:url(../images/icons.png) no-repeat 6px -717px #bcbab4;
}
.nbs-flexisel-nav-right {
	right:0;
	background:url(../images/icons.png) no-repeat -113px -717px #bcbab4;
}

